[INFO] cloning repository https://github.com/johnny88/aoc2020
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/johnny88/aoc2020" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnny88%2Faoc2020", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnny88%2Faoc2020'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bc8d9c12e1b4cb3593741acc137d7bf4cf296504
[INFO] testing johnny88/aoc2020 against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnny88%2Faoc2020" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/johnny88/aoc2020
[INFO] finished tweaking git repo https://github.com/johnny88/aoc2020
[INFO] tweaked toml for git repo https://github.com/johnny88/aoc2020 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/johnny88/aoc2020 on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/johnny88/aoc2020 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dd3e104732fef98f09f5108a767b6e57d37e441abb89736ace6b3814bd757c8c
[INFO] running `Command { std: "docker" "start" "-a" "dd3e104732fef98f09f5108a767b6e57d37e441abb89736ace6b3814bd757c8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dd3e104732fef98f09f5108a767b6e57d37e441abb89736ace6b3814bd757c8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dd3e104732fef98f09f5108a767b6e57d37e441abb89736ace6b3814bd757c8c", kill_on_drop: false }`
[INFO] [stdout] dd3e104732fef98f09f5108a767b6e57d37e441abb89736ace6b3814bd757c8c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ccd19fc194319fe159361ef6cbeb9d222f83728a5445874f1be5246fa9da36b0
[INFO] running `Command { std: "docker" "start" "-a" "ccd19fc194319fe159361ef6cbeb9d222f83728a5445874f1be5246fa9da36b0", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.1
[INFO] [stderr]    Compiling memoffset v0.6.1
[INFO] [stderr]    Compiling const_fn v0.4.3
[INFO] [stderr]    Compiling libc v0.2.81
[INFO] [stderr]    Compiling rayon-core v1.9.0
[INFO] [stderr]    Compiling rayon v1.5.0
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.0
[INFO] [stderr]    Compiling advent_of_code v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:142:48
[INFO] [stdout]     |
[INFO] [stdout] 142 |           byr:1937 iyr:2017 cid:147 hgt:183cm\n\n\
[INFO] [stdout]     |  ________________________________________________^
[INFO] [stdout] 143 | |
[INFO] [stdout] 144 | |         iyr:2013 ecl:amb cid:350 eyr:2023 pid:028048884\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:145:33
[INFO] [stdout]     |
[INFO] [stdout] 145 |           hcl:#cfa07d byr:1929\n\n\
[INFO] [stdout]     |  _________________________________^
[INFO] [stdout] 146 | |
[INFO] [stdout] 147 | |         hcl:#ae17e1 iyr:2013\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:150:22
[INFO] [stdout]     |
[INFO] [stdout] 150 |           hgt:179cm\n\n\
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 151 | |
[INFO] [stdout] 152 | |         hcl:#cfa07d eyr:2025 pid:166559648\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:156:68
[INFO] [stdout]     |
[INFO] [stdout] 156 |           hcl:#18171d ecl:amb hgt:170 pid:186cm iyr:2018 byr:1926\n\n\
[INFO] [stdout]     |  ____________________________________________________________________^
[INFO] [stdout] 157 | |
[INFO] [stdout] 158 | |         iyr:2019\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:160:43
[INFO] [stdout]     |
[INFO] [stdout] 160 |           ecl:grn pid:012533040 byr:1946\n\n\
[INFO] [stdout]     |  ___________________________________________^
[INFO] [stdout] 161 | |
[INFO] [stdout] 162 | |         hcl:dab227 iyr:2012\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:163:70
[INFO] [stdout]     |
[INFO] [stdout] 163 |           ecl:brn hgt:182cm pid:021572410 eyr:2020 byr:1992 cid:277\n\n\
[INFO] [stdout]     |  ______________________________________________________________________^
[INFO] [stdout] 164 | |
[INFO] [stdout] 165 | |         hgt:59cm ecl:zzz\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:170:24
[INFO] [stdout]     |
[INFO] [stdout] 170 |           hcl:#623a2f\n\n\
[INFO] [stdout]     |  ________________________^
[INFO] [stdout] 171 | |
[INFO] [stdout] 172 | |         eyr:2029 ecl:blu cid:129 byr:1989\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:173:57
[INFO] [stdout]     |
[INFO] [stdout] 173 |           iyr:2014 pid:896056539 hcl:#a97842 hgt:165cm\n\n\
[INFO] [stdout]     |  _________________________________________________________^
[INFO] [stdout] 174 | |
[INFO] [stdout] 175 | |         hcl:#888785\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:178:21
[INFO] [stdout]     |
[INFO] [stdout] 178 |           eyr:2022\n\n\
[INFO] [stdout]     |  _____________________^
[INFO] [stdout] 179 | |
[INFO] [stdout] 180 | |         iyr:2010 hgt:158cm hcl:#b6652a ecl:blu byr:1944 eyr:2021 pid:093154719\n\n";
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]   --> src/day06.rs:47:39
[INFO] [stdout]    |
[INFO] [stdout] 47 |       const TEST_CASE_1: &str = "abc\n\n\
[INFO] [stdout]    |  _______________________________________^
[INFO] [stdout] 48 | |
[INFO] [stdout] 49 | |         a\n\
[INFO] [stdout]    | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]   --> src/day06.rs:51:14
[INFO] [stdout]    |
[INFO] [stdout] 51 |           c\n\n\
[INFO] [stdout]    |  ______________^
[INFO] [stdout] 52 | |
[INFO] [stdout] 53 | |         ab\n\
[INFO] [stdout]    | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]   --> src/day06.rs:54:15
[INFO] [stdout]    |
[INFO] [stdout] 54 |           ac\n\n\
[INFO] [stdout]    |  _______________^
[INFO] [stdout] 55 | |
[INFO] [stdout] 56 | |         a\n\
[INFO] [stdout]    | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]   --> src/day06.rs:59:14
[INFO] [stdout]    |
[INFO] [stdout] 59 |           a\n\n\
[INFO] [stdout]    |  ______________^
[INFO] [stdout] 60 | |
[INFO] [stdout] 61 | |         b\n";
[INFO] [stdout]    | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> src/day10.rs:52:18
[INFO] [stdout]    |
[INFO] [stdout] 52 |             1 => (acc += 1),
[INFO] [stdout]    |                  ^        ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 52 -             1 => (acc += 1),
[INFO] [stdout] 52 +             1 => acc += 1 ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/day11.rs:122:54
[INFO] [stdout]     |
[INFO] [stdout] 122 |         let acc = h.iter_mut().fold(0, |mut acc, (_, mut v)| {
[INFO] [stdout]     |                                                      ----^
[INFO] [stdout]     |                                                      |
[INFO] [stdout]     |                                                      help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/day11.rs:221:36
[INFO] [stdout]     |
[INFO] [stdout] 221 |         h.iter_mut().for_each(|(_, mut v)| {
[INFO] [stdout]     |                                    ----^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `nll` has been stable since 1.63.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(nll)]
[INFO] [stdout]   |            ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main.rs:66:8
[INFO] [stdout]    |
[INFO] [stdout] 66 |     if to_run.0 != noop {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stdout]    |
[INFO] [stdout] 66 -     if to_run.0 != noop {
[INFO] [stdout] 66 +     if !std::ptr::fn_addr_eq(to_run.0, noop as fn(String)) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main.rs:74:8
[INFO] [stdout]    |
[INFO] [stdout] 74 |     if to_run.1 != noop {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stdout]    |
[INFO] [stdout] 74 -     if to_run.1 != noop {
[INFO] [stdout] 74 +     if !std::ptr::fn_addr_eq(to_run.1, noop as fn(String)) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.03s
[INFO] running `Command { std: "docker" "inspect" "ccd19fc194319fe159361ef6cbeb9d222f83728a5445874f1be5246fa9da36b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ccd19fc194319fe159361ef6cbeb9d222f83728a5445874f1be5246fa9da36b0", kill_on_drop: false }`
[INFO] [stdout] ccd19fc194319fe159361ef6cbeb9d222f83728a5445874f1be5246fa9da36b0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4096f2137f14bc0ea55a8491dc5d65fe9b7ef68fcebbb76d5a504ed9de7c6523
[INFO] running `Command { std: "docker" "start" "-a" "4096f2137f14bc0ea55a8491dc5d65fe9b7ef68fcebbb76d5a504ed9de7c6523", kill_on_drop: false }`
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:142:48
[INFO] [stdout]     |
[INFO] [stdout] 142 |           byr:1937 iyr:2017 cid:147 hgt:183cm\n\n\
[INFO] [stdout]     |  ________________________________________________^
[INFO] [stdout] 143 | |
[INFO] [stdout] 144 | |         iyr:2013 ecl:amb cid:350 eyr:2023 pid:028048884\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:145:33
[INFO] [stdout]     |
[INFO] [stdout] 145 |           hcl:#cfa07d byr:1929\n\n\
[INFO] [stdout]     |  _________________________________^
[INFO] [stdout] 146 | |
[INFO] [stdout] 147 | |         hcl:#ae17e1 iyr:2013\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:150:22
[INFO] [stdout]     |
[INFO] [stdout] 150 |           hgt:179cm\n\n\
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 151 | |
[INFO] [stdout] 152 | |         hcl:#cfa07d eyr:2025 pid:166559648\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:156:68
[INFO] [stdout]     |
[INFO] [stdout] 156 |           hcl:#18171d ecl:amb hgt:170 pid:186cm iyr:2018 byr:1926\n\n\
[INFO] [stdout]     |  ____________________________________________________________________^
[INFO] [stdout] 157 | |
[INFO] [stdout] 158 | |         iyr:2019\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:160:43
[INFO] [stdout]     |
[INFO] [stdout] 160 |           ecl:grn pid:012533040 byr:1946\n\n\
[INFO] [stdout]     |  ___________________________________________^
[INFO] [stdout] 161 | |
[INFO] [stdout] 162 | |         hcl:dab227 iyr:2012\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:163:70
[INFO] [stdout]     |
[INFO] [stdout] 163 |           ecl:brn hgt:182cm pid:021572410 eyr:2020 byr:1992 cid:277\n\n\
[INFO] [stdout]     |  ______________________________________________________________________^
[INFO] [stdout] 164 | |
[INFO] [stdout] 165 | |         hgt:59cm ecl:zzz\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:170:24
[INFO] [stdout]     |
[INFO] [stdout] 170 |           hcl:#623a2f\n\n\
[INFO] [stdout]     |  ________________________^
[INFO] [stdout] 171 | |
[INFO] [stdout] 172 | |         eyr:2029 ecl:blu cid:129 byr:1989\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:173:57
[INFO] [stdout]     |
[INFO] [stdout] 173 |           iyr:2014 pid:896056539 hcl:#a97842 hgt:165cm\n\n\
[INFO] [stdout]     |  _________________________________________________________^
[INFO] [stdout] 174 | |
[INFO] [stdout] 175 | |         hcl:#888785\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:178:21
[INFO] [stdout]     |
[INFO] [stdout] 178 |           eyr:2022\n\n\
[INFO] [stdout]     |  _____________________^
[INFO] [stdout] 179 | |
[INFO] [stdout] 180 | |         iyr:2010 hgt:158cm hcl:#b6652a ecl:blu byr:1944 eyr:2021 pid:093154719\n\n";
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]   --> src/day06.rs:47:39
[INFO] [stdout]    |
[INFO] [stdout] 47 |       const TEST_CASE_1: &str = "abc\n\n\
[INFO] [stdout]    |  _______________________________________^
[INFO] [stdout] 48 | |
[INFO] [stdout] 49 | |         a\n\
[INFO] [stdout]    | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]   --> src/day06.rs:51:14
[INFO] [stdout]    |
[INFO] [stdout] 51 |           c\n\n\
[INFO] [stdout]    |  ______________^
[INFO] [stdout] 52 | |
[INFO] [stdout] 53 | |         ab\n\
[INFO] [stdout]    | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]   --> src/day06.rs:54:15
[INFO] [stdout]    |
[INFO] [stdout] 54 |           ac\n\n\
[INFO] [stdout]    |  _______________^
[INFO] [stdout] 55 | |
[INFO] [stdout] 56 | |         a\n\
[INFO] [stdout]    | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]   --> src/day06.rs:59:14
[INFO] [stdout]    |
[INFO] [stdout] 59 |           a\n\n\
[INFO] [stdout]    |  ______________^
[INFO] [stdout] 60 | |
[INFO] [stdout] 61 | |         b\n";
[INFO] [stdout]    | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> src/day10.rs:52:18
[INFO] [stdout]    |
[INFO] [stdout] 52 |             1 => (acc += 1),
[INFO] [stdout]    |                  ^        ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 52 -             1 => (acc += 1),
[INFO] [stdout] 52 +             1 => acc += 1 ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/day11.rs:122:54
[INFO] [stdout]     |
[INFO] [stdout] 122 |         let acc = h.iter_mut().fold(0, |mut acc, (_, mut v)| {
[INFO] [stdout]     |                                                      ----^
[INFO] [stdout]     |                                                      |
[INFO] [stdout]     |                                                      help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/day11.rs:221:36
[INFO] [stdout]     |
[INFO] [stdout] 221 |         h.iter_mut().for_each(|(_, mut v)| {
[INFO] [stdout]     |                                    ----^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling advent_of_code v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:142:48
[INFO] [stdout]     |
[INFO] [stdout] 142 |           byr:1937 iyr:2017 cid:147 hgt:183cm\n\n\
[INFO] [stdout]     |  ________________________________________________^
[INFO] [stdout] 143 | |
[INFO] [stdout] 144 | |         iyr:2013 ecl:amb cid:350 eyr:2023 pid:028048884\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:145:33
[INFO] [stdout]     |
[INFO] [stdout] 145 |           hcl:#cfa07d byr:1929\n\n\
[INFO] [stdout]     |  _________________________________^
[INFO] [stdout] 146 | |
[INFO] [stdout] 147 | |         hcl:#ae17e1 iyr:2013\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:150:22
[INFO] [stdout]     |
[INFO] [stdout] 150 |           hgt:179cm\n\n\
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 151 | |
[INFO] [stdout] 152 | |         hcl:#cfa07d eyr:2025 pid:166559648\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:156:68
[INFO] [stdout]     |
[INFO] [stdout] 156 |           hcl:#18171d ecl:amb hgt:170 pid:186cm iyr:2018 byr:1926\n\n\
[INFO] [stdout]     |  ____________________________________________________________________^
[INFO] [stdout] 157 | |
[INFO] [stdout] 158 | |         iyr:2019\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:160:43
[INFO] [stdout]     |
[INFO] [stdout] 160 |           ecl:grn pid:012533040 byr:1946\n\n\
[INFO] [stdout]     |  ___________________________________________^
[INFO] [stdout] 161 | |
[INFO] [stdout] 162 | |         hcl:dab227 iyr:2012\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:163:70
[INFO] [stdout]     |
[INFO] [stdout] 163 |           ecl:brn hgt:182cm pid:021572410 eyr:2020 byr:1992 cid:277\n\n\
[INFO] [stdout]     |  ______________________________________________________________________^
[INFO] [stdout] 164 | |
[INFO] [stdout] 165 | |         hgt:59cm ecl:zzz\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:170:24
[INFO] [stdout]     |
[INFO] [stdout] 170 |           hcl:#623a2f\n\n\
[INFO] [stdout]     |  ________________________^
[INFO] [stdout] 171 | |
[INFO] [stdout] 172 | |         eyr:2029 ecl:blu cid:129 byr:1989\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:173:57
[INFO] [stdout]     |
[INFO] [stdout] 173 |           iyr:2014 pid:896056539 hcl:#a97842 hgt:165cm\n\n\
[INFO] [stdout]     |  _________________________________________________________^
[INFO] [stdout] 174 | |
[INFO] [stdout] 175 | |         hcl:#888785\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:178:21
[INFO] [stdout]     |
[INFO] [stdout] 178 |           eyr:2022\n\n\
[INFO] [stdout]     |  _____________________^
[INFO] [stdout] 179 | |
[INFO] [stdout] 180 | |         iyr:2010 hgt:158cm hcl:#b6652a ecl:blu byr:1944 eyr:2021 pid:093154719\n\n";
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]   --> src/day06.rs:47:39
[INFO] [stdout]    |
[INFO] [stdout] 47 |       const TEST_CASE_1: &str = "abc\n\n\
[INFO] [stdout]    |  _______________________________________^
[INFO] [stdout] 48 | |
[INFO] [stdout] 49 | |         a\n\
[INFO] [stdout]    | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]   --> src/day06.rs:51:14
[INFO] [stdout]    |
[INFO] [stdout] 51 |           c\n\n\
[INFO] [stdout]    |  ______________^
[INFO] [stdout] 52 | |
[INFO] [stdout] 53 | |         ab\n\
[INFO] [stdout]    | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]   --> src/day06.rs:54:15
[INFO] [stdout]    |
[INFO] [stdout] 54 |           ac\n\n\
[INFO] [stdout]    |  _______________^
[INFO] [stdout] 55 | |
[INFO] [stdout] 56 | |         a\n\
[INFO] [stdout]    | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]   --> src/day06.rs:59:14
[INFO] [stdout]    |
[INFO] [stdout] 59 |           a\n\n\
[INFO] [stdout]    |  ______________^
[INFO] [stdout] 60 | |
[INFO] [stdout] 61 | |         b\n";
[INFO] [stdout]    | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> src/day10.rs:52:18
[INFO] [stdout]    |
[INFO] [stdout] 52 |             1 => (acc += 1),
[INFO] [stdout]    |                  ^        ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 52 -             1 => (acc += 1),
[INFO] [stdout] 52 +             1 => acc += 1 ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `nll` has been stable since 1.63.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(nll)]
[INFO] [stdout]   |            ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main.rs:66:8
[INFO] [stdout]    |
[INFO] [stdout] 66 |     if to_run.0 != noop {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stdout]    |
[INFO] [stdout] 66 -     if to_run.0 != noop {
[INFO] [stdout] 66 +     if !std::ptr::fn_addr_eq(to_run.0, noop as fn(String)) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main.rs:74:8
[INFO] [stdout]    |
[INFO] [stdout] 74 |     if to_run.1 != noop {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stdout]    |
[INFO] [stdout] 74 -     if to_run.1 != noop {
[INFO] [stdout] 74 +     if !std::ptr::fn_addr_eq(to_run.1, noop as fn(String)) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/day11.rs:122:54
[INFO] [stdout]     |
[INFO] [stdout] 122 |         let acc = h.iter_mut().fold(0, |mut acc, (_, mut v)| {
[INFO] [stdout]     |                                                      ----^
[INFO] [stdout]     |                                                      |
[INFO] [stdout]     |                                                      help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/day11.rs:221:36
[INFO] [stdout]     |
[INFO] [stdout] 221 |         h.iter_mut().for_each(|(_, mut v)| {
[INFO] [stdout]     |                                    ----^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.09s
[INFO] running `Command { std: "docker" "inspect" "4096f2137f14bc0ea55a8491dc5d65fe9b7ef68fcebbb76d5a504ed9de7c6523", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4096f2137f14bc0ea55a8491dc5d65fe9b7ef68fcebbb76d5a504ed9de7c6523", kill_on_drop: false }`
[INFO] [stdout] 4096f2137f14bc0ea55a8491dc5d65fe9b7ef68fcebbb76d5a504ed9de7c6523
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ad5ac01a97b4c0cddbfe9c21549b264a31df23a79075d29da5bbf9a142c817cc
[INFO] running `Command { std: "docker" "start" "-a" "ad5ac01a97b4c0cddbfe9c21549b264a31df23a79075d29da5bbf9a142c817cc", kill_on_drop: false }`
[INFO] [stderr] warning: multiple lines skipped by escaped newline
[INFO] [stderr]    --> src/day04.rs:142:48
[INFO] [stderr]     |
[INFO] [stderr] 142 |           byr:1937 iyr:2017 cid:147 hgt:183cm\n\n\
[INFO] [stderr]     |  ________________________________________________^
[INFO] [stderr] 143 | |
[INFO] [stderr] 144 | |         iyr:2013 ecl:amb cid:350 eyr:2023 pid:028048884\n\
[INFO] [stderr]     | |________^ skipping everything up to and including this point
[INFO] [stderr] 
[INFO] [stderr] warning: multiple lines skipped by escaped newline
[INFO] [stderr]    --> src/day04.rs:145:33
[INFO] [stderr]     |
[INFO] [stderr] 145 |           hcl:#cfa07d byr:1929\n\n\
[INFO] [stderr]     |  _________________________________^
[INFO] [stderr] 146 | |
[INFO] [stderr] 147 | |         hcl:#ae17e1 iyr:2013\n\
[INFO] [stderr]     | |________^ skipping everything up to and including this point
[INFO] [stderr] 
[INFO] [stderr] warning: multiple lines skipped by escaped newline
[INFO] [stderr]    --> src/day04.rs:150:22
[INFO] [stderr]     |
[INFO] [stderr] 150 |           hgt:179cm\n\n\
[INFO] [stderr]     |  ______________________^
[INFO] [stderr] 151 | |
[INFO] [stderr] 152 | |         hcl:#cfa07d eyr:2025 pid:166559648\n\
[INFO] [stderr]     | |________^ skipping everything up to and including this point
[INFO] [stderr] 
[INFO] [stderr] warning: multiple lines skipped by escaped newline
[INFO] [stderr]    --> src/day04.rs:156:68
[INFO] [stderr]     |
[INFO] [stderr] 156 |           hcl:#18171d ecl:amb hgt:170 pid:186cm iyr:2018 byr:1926\n\n\
[INFO] [stderr]     |  ____________________________________________________________________^
[INFO] [stderr] 157 | |
[INFO] [stderr] 158 | |         iyr:2019\n\
[INFO] [stderr]     | |________^ skipping everything up to and including this point
[INFO] [stderr] 
[INFO] [stderr] warning: multiple lines skipped by escaped newline
[INFO] [stderr]    --> src/day04.rs:160:43
[INFO] [stderr]     |
[INFO] [stderr] 160 |           ecl:grn pid:012533040 byr:1946\n\n\
[INFO] [stderr]     |  ___________________________________________^
[INFO] [stderr] 161 | |
[INFO] [stderr] 162 | |         hcl:dab227 iyr:2012\n\
[INFO] [stderr]     | |________^ skipping everything up to and including this point
[INFO] [stderr] 
[INFO] [stderr] warning: multiple lines skipped by escaped newline
[INFO] [stderr]    --> src/day04.rs:163:70
[INFO] [stderr]     |
[INFO] [stderr] 163 |           ecl:brn hgt:182cm pid:021572410 eyr:2020 byr:1992 cid:277\n\n\
[INFO] [stderr]     |  ______________________________________________________________________^
[INFO] [stderr] 164 | |
[INFO] [stderr] 165 | |         hgt:59cm ecl:zzz\n\
[INFO] [stderr]     | |________^ skipping everything up to and including this point
[INFO] [stderr] 
[INFO] [stderr] warning: multiple lines skipped by escaped newline
[INFO] [stderr]    --> src/day04.rs:170:24
[INFO] [stderr]     |
[INFO] [stderr] 170 |           hcl:#623a2f\n\n\
[INFO] [stderr]     |  ________________________^
[INFO] [stderr] 171 | |
[INFO] [stderr] 172 | |         eyr:2029 ecl:blu cid:129 byr:1989\n\
[INFO] [stderr]     | |________^ skipping everything up to and including this point
[INFO] [stderr] 
[INFO] [stderr] warning: multiple lines skipped by escaped newline
[INFO] [stderr]    --> src/day04.rs:173:57
[INFO] [stderr]     |
[INFO] [stderr] 173 |           iyr:2014 pid:896056539 hcl:#a97842 hgt:165cm\n\n\
[INFO] [stderr]     |  _________________________________________________________^
[INFO] [stderr] 174 | |
[INFO] [stderr] 175 | |         hcl:#888785\n\
[INFO] [stderr]     | |________^ skipping everything up to and including this point
[INFO] [stderr] 
[INFO] [stderr] warning: multiple lines skipped by escaped newline
[INFO] [stderr]    --> src/day04.rs:178:21
[INFO] [stderr]     |
[INFO] [stderr] 178 |           eyr:2022\n\n\
[INFO] [stderr]     |  _____________________^
[INFO] [stderr] 179 | |
[INFO] [stderr] 180 | |         iyr:2010 hgt:158cm hcl:#b6652a ecl:blu byr:1944 eyr:2021 pid:093154719\n\n";
[INFO] [stderr]     | |________^ skipping everything up to and including this point
[INFO] [stderr] 
[INFO] [stderr] warning: multiple lines skipped by escaped newline
[INFO] [stderr]   --> src/day06.rs:47:39
[INFO] [stderr]    |
[INFO] [stderr] 47 |       const TEST_CASE_1: &str = "abc\n\n\
[INFO] [stderr]    |  _______________________________________^
[INFO] [stderr] 48 | |
[INFO] [stderr] 49 | |         a\n\
[INFO] [stderr]    | |________^ skipping everything up to and including this point
[INFO] [stderr] 
[INFO] [stderr] warning: multiple lines skipped by escaped newline
[INFO] [stderr]   --> src/day06.rs:51:14
[INFO] [stderr]    |
[INFO] [stderr] 51 |           c\n\n\
[INFO] [stderr]    |  ______________^
[INFO] [stderr] 52 | |
[INFO] [stderr] 53 | |         ab\n\
[INFO] [stderr]    | |________^ skipping everything up to and including this point
[INFO] [stderr] 
[INFO] [stderr] warning: multiple lines skipped by escaped newline
[INFO] [stderr]   --> src/day06.rs:54:15
[INFO] [stderr]    |
[INFO] [stderr] 54 |           ac\n\n\
[INFO] [stderr]    |  _______________^
[INFO] [stderr] 55 | |
[INFO] [stderr] 56 | |         a\n\
[INFO] [stderr]    | |________^ skipping everything up to and including this point
[INFO] [stderr] 
[INFO] [stderr] warning: multiple lines skipped by escaped newline
[INFO] [stderr]   --> src/day06.rs:59:14
[INFO] [stderr]    |
[INFO] [stderr] 59 |           a\n\n\
[INFO] [stderr]    |  ______________^
[INFO] [stderr] 60 | |
[INFO] [stderr] 61 | |         b\n";
[INFO] [stderr]    | |________^ skipping everything up to and including this point
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr]   --> src/day10.rs:52:18
[INFO] [stderr]    |
[INFO] [stderr] 52 |             1 => (acc += 1),
[INFO] [stderr]    |                  ^        ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 52 -             1 => (acc += 1),
[INFO] [stderr] 52 +             1 => acc += 1 ,
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/day11.rs:122:54
[INFO] [stderr]     |
[INFO] [stderr] 122 |         let acc = h.iter_mut().fold(0, |mut acc, (_, mut v)| {
[INFO] [stderr]     |                                                      ----^
[INFO] [stderr]     |                                                      |
[INFO] [stderr]     |                                                      help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/day11.rs:221:36
[INFO] [stderr]     |
[INFO] [stderr] 221 |         h.iter_mut().for_each(|(_, mut v)| {
[INFO] [stderr]     |                                    ----^
[INFO] [stderr]     |                                    |
[INFO] [stderr]     |                                    help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: `advent_of_code` (lib) generated 16 warnings (run `cargo fix --lib -p advent_of_code` to apply 3 suggestions)
[INFO] [stderr] warning: the feature `nll` has been stable since 1.63.0 and no longer requires an attribute to enable
[INFO] [stderr]  --> src/main.rs:1:12
[INFO] [stderr]   |
[INFO] [stderr] 1 | #![feature(nll)]
[INFO] [stderr]   |            ^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(stable_features)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]   --> src/main.rs:66:8
[INFO] [stderr]    |
[INFO] [stderr] 66 |     if to_run.0 != noop {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: the address of the same function can vary between different codegen units
[INFO] [stderr]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stderr] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stderr]    |
[INFO] [stderr] 66 -     if to_run.0 != noop {
[INFO] [stderr] 66 +     if !std::ptr::fn_addr_eq(to_run.0, noop as fn(String)) {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]   --> src/main.rs:74:8
[INFO] [stderr]    |
[INFO] [stderr] 74 |     if to_run.1 != noop {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: the address of the same function can vary between different codegen units
[INFO] [stderr]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stderr]    |
[INFO] [stderr] 74 -     if to_run.1 != noop {
[INFO] [stderr] 74 +     if !std::ptr::fn_addr_eq(to_run.1, noop as fn(String)) {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: `advent_of_code` (bin "advent_of_code" test) generated 3 warnings
[INFO] [stderr] warning: `advent_of_code` (lib test) generated 16 warnings (16 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stdout] 
[INFO] [stdout] running 58 tests
[INFO] [stdout] test day02::tests::day2_part1_test_case_1 ... ok
[INFO] [stdout] test day02::tests::day2_part2_test_case_1 ... ok
[INFO] [stdout] test day03::tests::day3_part1_test_case_1 ... ok
[INFO] [stdout] test day05::tests::day5_test_seat_id ... ok
[INFO] [stdout] test day04::tests::day4_part2_test_case_1 ... ok
[INFO] [stdout] test day03::tests::day3_part2_test_case_1 ... ok
[INFO] [stdout] test day04::tests::day4_part2_test_case_2 ... ok
[INFO] [stdout] test day05::tests::day5_test_col ... ok
[INFO] [stdout] test day05::tests::day5_test_row ... ok
[INFO] [stdout] test day06::tests::day6_part_2_test_case_1 ... ok
[INFO] [stdout] test day08::tests::day8_part1_case_1 ... ok
[INFO] [stdout] test day07::tests::day7_part_2_test_case_1 ... ok
[INFO] [stdout] test day09::tests::day9_part1_case_1 ... ok
[INFO] [stdout] test day07::tests::day7_part_2_test_case_2 ... ok
[INFO] [stdout] test day09::tests::day9_part2_case_1 ... ok
[INFO] [stdout] test day10::tests::day10_part2_case1 ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/advent_of_code-02df70d85001d144)
[INFO] [stdout] test day06::tests::day6_part_1_test_case_1 ... ok
[INFO] [stdout] test day07::tests::day7_part_1_test_case_1 ... ok
[INFO] [stdout] test day10::tests::day10_part1_case2 ... ok
[INFO] [stdout] test day08::tests::day8_part2_case_1 ... ok
[INFO] [stdout] test day11::tests::day11_part_1 ... ok
[INFO] [stdout] test day10::tests::day10_part2_case2 ... ok
[INFO] [stdout] test day11::tests::day11_part_2 ... ok
[INFO] [stdout] test day11::tests::day11_part_2_adj_test_case_1 ... ok
[INFO] [stdout] test day04::tests::day4_part1_test_case_1 ... ok
[INFO] [stdout] test day10::tests::day10_part1_case1 ... ok
[INFO] [stdout] test day12::tests::day12_part1 ... ok
[INFO] [stdout] test day12::tests::day12_part2 ... ok
[INFO] [stdout] test day13::tests::day13_part2_ts3 ... ok
[INFO] [stdout] test day13::tests::day13_part2_ts2 ... ok
[INFO] [stdout] test day13::tests::day13_part1 ... ok
[INFO] [stdout] test day11::tests::day11_part_2_adj_test_case_3 ... ok
[INFO] [stdout] test day13::tests::day13_part2_ts1 ... ok
[INFO] [stdout] test day13::tests::day13_part2_ts6 ... ok
[INFO] [stdout] test day13::tests::day13_part2_ts4 ... ok
[INFO] [stdout] test day11::tests::day11_part_2_adj_test_case_2 ... ok
[INFO] [stdout] test day13::tests::day13_part2_ts5 ... ok
[INFO] [stdout] test day16::tests::day16_ts1 ... ok
[INFO] [stdout] test day14::tests::day14_part2 ... ok
[INFO] [stdout] test day15::tests::day15_ts1 ... ok
[INFO] [stdout] test day18::tests::day18_ts1 ... ok
[INFO] [stdout] test day15::tests::day15_ts2 ... ok
[INFO] [stdout] test day18::tests::day18_ts10 ... ok
[INFO] [stdout] test day18::tests::day18_ts11 ... ok
[INFO] [stdout] test day18::tests::day18_ts2 ... ok
[INFO] [stdout] test day18::tests::day18_ts12 ... ok
[INFO] [stdout] test day18::tests::day18_ts3 ... ok
[INFO] [stdout] test day18::tests::day18_ts5 ... ok
[INFO] [stdout] test day18::tests::day18_ts6 ... ok
[INFO] [stdout] test day18::tests::day18_ts7 ... ok
[INFO] [stdout] test day18::tests::day18_ts8 ... ok
[INFO] [stdout] test day18::tests::day18_ts9 ... ok
[INFO] [stdout] test day16::tests::day16_ts2 ... ok
[INFO] [stdout] test day18::tests::day18_ts4 ... ok
[INFO] [stdout] test day19::tests::day19_ts1 ... FAILED
[INFO] [stdout] test day17::tests::day17_ts1 ... ok
[INFO] [stdout] test day17::tests::day17_ts2 ... ok
[INFO] [stdout] test day15::tests::day15_ts3 ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- day19::tests::day19_ts1 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'day19::tests::day19_ts1' (83) panicked at src/day19.rs:4:32:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x616afe1ab3e8 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x616afe1ab3e8 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x616afe1ab3e8 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x616afe1ab3e8 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x616afe1bf63a - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x616afe1bf63a - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x616afe1afe92 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x616afe1afe92 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x616afe189e16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x616afe189e16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x616afe1a3509 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x616afe0eabac - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x616afe0eabac - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x616afe1a3782 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x616afe1a3782 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x616afe189f04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x616afe181839 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x616afe18abed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x616afe1bfdcc - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x616afe1bfd92 - core[5a1c3e9896636f3a]::panicking::panic
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x616afe1bfae9 - core[5a1c3e9896636f3a]::option::unwrap_failed
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/option.rs:2252:5
[INFO] [stdout]   21:     0x616afe0bdca3 - <core[5a1c3e9896636f3a]::option::Option<&alloc[154f689e5dd3bae5]::string::String>>::unwrap
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/option.rs:1013:21
[INFO] [stdout]   22:     0x616afe0bdca3 - advent_of_code[ca97fbaaafb0f508]::day19::create_cases_from_rule
[INFO] [stdout]                                at /opt/rustwide/workdir/src/day19.rs:4:32
[INFO] [stdout]   23:     0x616afe0bec87 - advent_of_code[ca97fbaaafb0f508]::day19::part1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/day19.rs:71:21
[INFO] [stdout]   24:     0x616afe0bf260 - advent_of_code[ca97fbaaafb0f508]::day19::tests::day19_ts1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/day19.rs:151:9
[INFO] [stdout]   25:     0x616afe0bb277 - advent_of_code[ca97fbaaafb0f508]::day19::tests::day19_ts1::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/day19.rs:150:19
[INFO] [stdout]   26:     0x616afe0a8016 - <advent_of_code[ca97fbaaafb0f508]::day19::tests::day19_ts1::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x616afe0ddc8b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x616afe0ddc8b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   29:     0x616afe0eb505 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   30:     0x616afe0eb505 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   31:     0x616afe0eb505 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   32:     0x616afe0eb505 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x616afe0eb505 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x616afe0eb505 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   35:     0x616afe0eb505 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   36:     0x616afe0e6064 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   37:     0x616afe0e6064 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   38:     0x616afe0ee582 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   39:     0x616afe0ee582 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   40:     0x616afe0ee582 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   41:     0x616afe0ee582 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   42:     0x616afe0ee582 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x616afe0ee582 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   44:     0x616afe0ee582 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x616afe1aad0f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   46:     0x616afe1aad0f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   47:     0x7eea65551aa4 - <unknown>
[INFO] [stdout]   48:     0x7eea655dea64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     day19::tests::day19_ts1
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 57 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 16.36s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "ad5ac01a97b4c0cddbfe9c21549b264a31df23a79075d29da5bbf9a142c817cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad5ac01a97b4c0cddbfe9c21549b264a31df23a79075d29da5bbf9a142c817cc", kill_on_drop: false }`
[INFO] [stdout] ad5ac01a97b4c0cddbfe9c21549b264a31df23a79075d29da5bbf9a142c817cc
